@charset "utf-8";
/* CSS Document */
/*******css重置*******/

*{margin: 0;padding: 0;text-decoration: none;list-style: none;box-sizing: border-box;font-family:"微软雅黑",arial;}
.container{margin: 0 auto;max-width: 1230px;}

img{display: block;}
h1,h2,h3,h4,h5{font-size: 1em;margin: 0;}
.clearfix{clear: both;}

p{font-size: 14px;}

p img{max-width:500px;margin:0 auto;}
@media(max-width:500px){
	p img{width:100%;}
}

/**************************************************nav-导航********************************************/
.id-head-color{width: 100%;height: 6px;}
.index-nav-all{overflow: hidden;}
/************nav-导航-logo***********/
.index-nav{position: fixed;left: 0;top: 0;width: 100%;z-index: 66;background-color: #fff;}
.logo{float: left;width: 200px;padding: 10px 0;display: block;}
.logo img{width: 100%;}
.logo1{float: left;margin-left: 15px;padding: 15px 0;}
.logo1 div:nth-child(1){font-size: 24px;color: #000;font-weight: 600;}
.logo1 div:nth-child(2){font-size: 12px;color: #666;}

/************nav-导航-right-bottom***********/
.id-nav-right{float: right;width: calc(100% - 340px);}
.id-nav{overflow: hidden;}
.id-nav li{float: left;width:12.5%;line-height: 60px;text-align: center;}
.id-nav li a{font-size: 15px;padding: 10px 0px; color: #333;}
.id-nav li.on-top a{background-size: 100% 8px;color:#0062d9;}

.id-nav-a a:hover{color:#0062d9;}
.id-nav li:hover a{color:#0062d9;}

@media(max-width:1259px){
	.logo{overflow: hidden;}
	.id-nav-right{width: calc(100% - 240px);}
}

@media(max-width:991px){
	.id-nav-right{display: none;}
	.index-nav-all{padding: 10px 0;}
	.logo{padding:0;}
}

/**************************************************手机导航********************************************/
/***********手机导航btn*************/
.nav-btn{float: right;padding: 10px 0; display: none;width: 20px;height: 20px;cursor: pointer;margin-left: 17px;}
.nav-btn span{display: block;width: 100%;height: 3px;background-color: #1365bb;margin-bottom: 4px;border-radius: 4px;}
.nav-btn span:last-child{margin: 0;}
/***********手机导航*************/
.navli .nav-cn-en{overflow: hidden;background-color: #243c62;}
.navli .nav-cn-en a{display: block;color: #fff;float: left;width: 50%;border-right: 1px solid #131314;}
.navli>div:first-child{font-size: 18px;padding: 10px 0px;color: #999;font-weight: bold;text-align: center;}
.navli{position: fixed;right:-240px;top:0;text-align: left; z-index: 999;background-color: #333;width:240px;height: 100%;transition: all 0.5s;}
.navli a {font-size: 14px; color: white;line-height: 50px;display: block;padding-left:30px;padding-right: 10px;}
.navli li{background-color: #333;border-bottom: 1px solid #000;position: relative;}
.id-nav-tu{position: absolute;right: 0px;top: 0px;width: 50px;height: 50px;background: url(../upload/jiantou-nav.png)center no-repeat #243c62;background-size: 10px;transition: 1s;border-left: 2px solid #131314;opacity: 0.6}
.navli .navli-txt{overflow: hidden;padding: 10px 10px 10px 30px;background-color: #000;}
.navli-txt div:nth-child(1){float: left;font-size: 16px;color: #fff;}
.navli-txt div:nth-child(2){float: right;width: 16px;margin-top: 3px;cursor: pointer;}
.navli-txt div:nth-child(2) img{width: 100%;}

.navli-down-ser{display: none;background-color: #fff;z-index: 2;}
.navli-down-ser li{border-top: 1px solid #666;background-color: #131314;}

.navli>li:hover{background-color:rgba(96,96,96,0.90) }
.navli-down-ser li:hover{background-color:rgba(96,96,96,0.80)}
.navli .nav-cn-en a:hover{background-color: #1d66cf;}
.id-nav-tu:click{transform: rotate(90deg);transition: 1s;}

@media(max-width:991px){
	.nav-btn{display: block;}
	.nav{display: none;}	
}

/*******************************banner*******************************/
.index-banner{margin-top: 60px;}
.index-banner img{width: 100%;}

/*******************************index-section*******************************/
.index-section{padding: 60px 0;}

@media(max-width:1259px){
	.index-section{padding: 50px 0;}
}
@media(max-width:991px){
	.index-section{padding: 40px 0;}
}
@media(max-width:767px){
	.index-section{padding: 30px 0;}
}


/****************************index-title****************************/
.index-title{text-align: center;margin-bottom: 50px;}
.index-title h2{font-size: 24px;font-weight: bold !important;letter-spacing: 1px;line-height: 30px;position: relative;text-transform: uppercase;padding-bottom:30px;text-align: center;}
.index-title h2 .id-word-shadow{font-size: 40px;line-height: 40px;color: rgba(0, 46, 91, 0.1);display: block;font-weight: 300;position: absolute;left: 50%;bottom:-20%;transform: translate(-50%, -50%);}
.index-title>span{display: block;width: 60px;height: 3px;background-color:#1365bb;border-radius: 4px;overflow: hidden;margin: 0 auto;}


@media(max-width:991px){
	.index-title{margin-bottom: 30px;}
	.index-title h2{padding-bottom:20px;}
	.index-title h2 .id-word-shadow{font-size: 36px;bottom:-30%;}
}



/*******************************index-intro*******************************/
/*************index-intro-all***************/
.index-intro{overflow: hidden;}
.id-intro-img img{width: 100%;}
.id-intro-all{float: left;width: 50%;position: relative;}
.id-intro-box{position: absolute;background-color: #f0f0f0;}
.id-intro-table{display: table;width: 100%;height: 100%;padding: 0 50px;}
.id-intro{display: table-cell;vertical-align: middle;}
.id-intro-box h1{font-size: 20px;line-height: 20px;margin-bottom: 20px;color: #333;font-weight: bold;}
.id-intro-box span{font-size: 14px;line-height: 24px;height: 96px;overflow: hidden; color: #666;display: block;text-align:justify;}
.id-intro-box a{font-size: 14px;line-height: 40px;width: 100px;margin-top: 20px; border-radius: 3px;text-align: center;overflow: hidden; color: #fff;background-color:#e5001d; display: block;}
.id-intro-box a:hover{box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);}
/*************index-intro1***************/
.id-intro-all1 .id-intro-img{float: left;width: 50%;}
.id-intro-box1{left: 50%;top: 0;width: 50%;height: 100%;}

/*************index-intro2***************/
.id-intro-all2 .id-intro-img{float: left;width: 50%;}
.id-intro-box2{left: 50%;top: 0;width: 50%;height: 100%;}

/*************index-intro3***************/
.id-intro-all3 .id-intro-img{float: right;width: 50%;}
.id-intro-box3{left: 0;top: 0;width: 50%;height: 100%;}

/*************index-intro4***************/
.id-intro-all4 .id-intro-img{float: right;width: 50%;}
.id-intro-box4{left: 0;top: 0;width: 50%;height: 100%;}



@media(max-width:1400px){
	.id-intro-table{padding: 0 20px;}
}
@media(max-width:1300px){
	.id-intro-table{padding: 0 30px;}
	.id-intro-box span{height: 48px;}
	.id-intro-box a{line-height: 36px;width: 90px;}
}

@media(max-width:991px){
	.id-intro-all{width: 100%;}
	.id-intro-table{padding: 0 50px;}
	.id-intro-box span{height: 96px;}
	.id-intro-box a{line-height: 40px;width: 100px;}
	/*************index-intro2***************/
	.id-intro-all2 .id-intro-img{float: right;}
	.id-intro-box2{left:0;}
	/*************index-intro3***************/
	.id-intro-all3 .id-intro-img{float: left;}
	.id-intro-box3{left: 50%;}
}

@media(max-width:740px){
	.id-intro-table{padding: 0 30px;}
	.id-intro-box span{height: 72px;}
}
@media(max-width:610px){
	.id-intro-table{padding: 0 20px;}
	.id-intro-box h1{font-size: 18px;line-height: 18px;margin-bottom: 15px;}
	.id-intro-box span{height: 48px;}
	.id-intro-box a{line-height: 36px;width: 90px;}
}

@media(max-width:500px){
	.id-intro-table{padding: 0 15px;}
	.id-intro-box h1{font-size: 17px;margin-bottom: 8px;}
	.id-intro-box span{font-size: 13px;line-height: 20px;height: 40px;}
	.id-intro-box a{font-size: 12px;line-height: 20px;width: 80px;margin-top: 10px;background: none;color: #e5001d;text-align: left;letter-spacing: 1px;}
}
@media(max-width:360px){
	.id-intro-table{padding: 0 12px;}
	.id-intro-box h1{font-size: 16px;margin-bottom: 6px;}
	.id-intro-box span{font-size: 12px;}
	.id-intro-box a{line-height: 28px;width: 76px;margin-top: 8px;}
}

/*******************************index-middle*******************************/
.index-middle{padding: 40px 0;background: url(../upload/images/middle-bg.jpg)center no-repeat;background-size:cover;}
.id-middle h1{line-height:50px; letter-spacing: 2px; text-align: center;color: #fff;}
.id-middle h1 span{font-size:32px;margin: 0 10px;display: inline-block;}
.id-middle h1 span i{font-size:32px;color:#94f4f5;font-style: normal;font-weight: bold;display: inline-block;}
@media(max-width:1530px){
	.id-middle h1{line-height:40px;}
	.id-middle h1 span{font-size:28px;margin: 0 10px;}
	.id-middle h1 span i{font-size:28px;}
}
@media(max-width:1259px){
	.index-middle{padding: 30px 0;}
	.id-middle h1{line-height:36px;}
	.id-middle h1 span{font-size:26px;margin: 0 10px;}
	.id-middle h1 span i{font-size:26px;}
}
@media(max-width:991px){
	.index-middle{padding: 20px 0;}
	.id-middle h1{line-height:30px;}
	.id-middle h1 span{font-size:22px;margin: 0 6px;}
	.id-middle h1 span i{font-size:22px;}
}
@media(max-width:600px){
	.index-middle{padding: 15px 0;}
	.id-middle h1{line-height:26px;}
	.id-middle h1 span{font-size:16px;margin: 0 5px;}
	.id-middle h1 span i{font-size:16px;}
}
@media(max-width:420px){
	.index-middle{padding: 10px 0;}
	.id-middle h1{line-height:20px;}
	.id-middle h1 span{font-size:14px;margin: 0 5px;}
	.id-middle h1 span i{font-size:14px;}
}


/*******************************index-product*******************************/
.id-pro-all{overflow: hidden;}
/**********index-product-left************/
.id-pro-left{float: left;width: 24%;margin-right: 2%;border: 1px solid #e4e4e4;}
.id-pro-tit{padding: 38px 0;background: url(../upload/images/pro-navbg.jpg)center no-repeat;background-size: cover;}
.id-pro-tit h3{font-size: 20px;line-height: 20px;text-align: center;font-weight: bold;color: #fff;border-left: 4px solid #fff;}
.id-pro-nav a{font-size:16px;line-height: 74px;height: 74px;padding: 0 20px 0 40px; overflow: hidden;border-top: 1px solid #e4e4e4;color: #666;text-align: left;display: block;background: url(../upload/images/id-arrow1.png)20px center no-repeat #fff;}
.id-pro-left>a{font-size: 16px;line-height: 70px;letter-spacing: 1px; background-color:#e5001d;color: #fff;text-align: center;display: block;}
.id-pro-nav a:hover{background: url(../upload/images/id-arrow1.png)20px center no-repeat #f0f0f0;}
.id-pro-left>a:hover{text-decoration: underline;}
/**********index-product-right************/
.id-pro-right{float: left;width: 74%;}
.id-pro-right>a:nth-child(3n){margin-right: 0;}
.id-pro-right>a:nth-child(4),.id-pro-right>a:nth-child(5),.id-pro-right>a:nth-child(6){margin-bottom: 0px;}
.id-pro-box{float: left;width: 32%;margin-right: 2%;margin-bottom: 15px;background-color:#f0f0f0;padding: 4px;padding-bottom: 0; border-radius: 2px;overflow: hidden;}
.id-pro-box img{width: 100%;border-radius: 2px;overflow: hidden;}
.id-pro-box h1{font-size: 16px;line-height: 50px;height: 50px;overflow: hidden;padding: 0 20px;padding-right: 30px;color: #333;}
.id-pro-box:hover{background-color:#1a7fea;}
.id-pro-box:hover h1{color: #fff;background: url(../upload/images/id-arrow2.png)95% center no-repeat;}

@media(max-width:1259px){
	.id-pro-tit{padding: 30px 0;}
	.id-pro-nav a{line-height:60px;height: 60px;}
	.id-pro-left>a{line-height: 60px;}
}
@media(max-width:991px){
	.id-pro-left{float: none;width: 100%;margin-right: 0%;border:none;margin-bottom: 20px;}
	.id-pro-tit,.id-pro-left>a{display: none;}
	.id-pro-nav{text-align: center;overflow: hidden;}
	.id-pro-nav a{font-size: 15px;line-height: 40px;height:40px;padding:0 15px;background: #fff;border: 1px solid #e4e4e4;float: left;width: 32%;margin-right: 2%;margin-bottom: 10px;text-align: center;}
	.id-pro-nav a:nth-child(3n){margin-right: 0;}
	.id-pro-nav a:hover{background-color:#1a7fea;color: #fff;}
	/**********index-product-right************/
	.id-pro-right{float: none;width: 100%;}
	.id-pro-box h1{font-size: 15px;line-height: 50px;height: 50px;padding: 0 10px;text-align: center;}
	.id-pro-box:hover h1{background: none;}
}

@media(max-width:600px){
	.id-pro-right>a:nth-child(3n){margin-right: 2%;}
	.id-pro-right>a:nth-child(2n){margin-right: 0;}
	.id-pro-right>a:nth-child(4){margin-bottom: 10px;}
	.id-pro-box{width: 49%;margin-bottom: 10px;}
	.id-pro-box h1{font-size: 14px;line-height: 40px;height: 40px;}
	.id-pro-left{margin-bottom: 10px;}
	.id-pro-nav a{font-size: 14px;padding:0 10px;width: 49%;}
	.id-pro-nav a:nth-child(3n){margin-right: 2%;}
	.id-pro-nav a:nth-child(2n){margin-right: 0;}
}


/*******************************index-news*******************************/
.index-news{background: url(../upload/images/news-bg.jpg)center no-repeat;background-size: cover;padding-bottom: 90px;}
.id-news-all{}
/********index-news-right*************/
.id-news-left{width: 49%;margin-right: 2%;float: left;}
.id-news-box1{background-color: #fff;padding:40px;display: block;}
.id-news-box1 h2{font-size: 30px;line-height: 30px;margin-bottom: 20px; font-weight: bold;color: #dcdcdc;}
.id-news-box1 h1{font-size: 18px;line-height: 20px;height: 20px;margin-bottom: 20px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color: #333;}
.id-news-box1 h3{font-size: 15px;line-height: 28px;height: 84px;margin-bottom: 20px;overflow: hidden;color: #666;text-align:justify;}
.id-news-box1 img{width: 100%;}
.id-news-box1 span{font-size: 16px;line-height: 40px;margin-top: 40px; width: 140px;background-color:#e5001d;text-align: center;color: #fff; display: block;}
.id-news-box1 h1:hover{text-decoration: underline;}
.id-news-box1 span:hover{box-shadow: 0 0 2px 2px rgba(0,0,0,0.15);}

/********index-news-left*************/
.id-news-right{width: 49%;float: left;}
.id-news-right>a:nth-child(1){border-top: 1px solid #d2d2d2;}
.id-news-box{padding: 30px 15px; box-shadow: 0 0 2px 2px rgba(0,0,0,0);display: block;border-bottom: 1px solid #d2d2d2;background-image: url(../upload/images/news-arrow1.png);background-repeat: no-repeat;background-position:98% 80%;}
.id-news-top{overflow: hidden;margin-bottom: 10px;}
.id-news-top h1{font-size: 16px;line-height: 20px;height: 20px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;color: #333;padding-left: 20px;background: url(../upload/images/circle1.png)left center no-repeat;float: left;width: calc(100% - 100px);}
.id-news-top span{font-size: 16px;line-height: 20px;height: 20px;overflow: hidden;color: #666;width: 100px;float: right;text-align: right;}
.id-news-box h3{font-size: 14px;line-height: 24px;height: 48px;padding-left: 20px;overflow: hidden;color: #666;width: calc(100% - 100px);text-align:justify;}

.id-news-box:hover{background-image: url(../upload/images/news-arrow2.png);background-color: #fff;box-shadow: 0 0 2px 2px rgba(0,0,0,0.15);border-color: #fff;}
.id-news-box:hover h1{background: url(../upload/images/circle2.png)left center no-repeat;color:#0563c9;}


@media(max-width:1259px){
	.index-news{padding-bottom: 80px;}
	.id-news-box1{padding:35px 40px;}
	.id-news-box1 h2{font-size: 26px;line-height: 26px;margin-bottom: 15px;}
	.id-news-box1 h3{font-size: 15px;line-height: 25px;height: 75px;}
	.id-news-box{padding: 20px 15px;}
}
@media(max-width:991px){
	.index-news{padding-bottom: 40px;}
	.id-news-box1{padding:30px 20px;}
	.id-news-box1 h3{margin-bottom: 30px;}
	.id-news-box{padding: 17px 15px;}
	.id-news-box h3{width: calc(100% - 50px);}
}
@media(max-width:767px){
	.index-news{padding-bottom: 30px;}
	/********index-news-right*************/
	.id-news-left{width: 100%;margin-right: 0%;float:none;margin-bottom: 20px;}
	.id-news-box1 h3{height: 56px;margin-bottom: 20px;}
	/********index-news-left*************/
	.id-news-right{width: 100%;float:none;}
	.id-news-box h3{width: calc(100% - 100px);}
}

@media(max-width:600px){
	.id-news-box1 h2{font-size: 22px;line-height: 22px;}
	.id-news-box1 h1{margin-bottom: 15px;}
	.id-news-top span{font-size: 14px;}
}
@media(max-width:500px){
	.id-news-box1{padding:20px 20px;}
	.id-news-box1 h2{font-size: 20px;line-height: 20px;}
	.id-news-box1 h1{font-size: 16px;margin-bottom: 10px;}
	.id-news-box1 h3{font-size: 14px;line-height: 24px; height: 48px;margin-bottom: 20px;}
	.id-news-box1 span{font-size: 14px;margin-top: 20px;}
	
}



/*******************************index-footer*******************************/
.index-footer{background-color: #ebebeb;}
/******index-footer-nav*******/
.id-footer-container{padding: 80px 15px 30px;position: relative;}
.id-footer-nav{position: absolute;left: 0;top: -30px;height: 60px;background: url(../upload/images/id-footer-nav.png)center center no-repeat;background-size: 90% 100%;width: 100%;text-align: center;}
.id-footer-nav a{display: inline-block;color: #fff;font-size: 14.2px;width: 8%;line-height: 60px;}
/******index-footer-logo*******/
.id-footer{overflow: hidden;}
.id-footer-logo{float: left;width: 200px;margin-top: 40px;}
.id-footer-logo img{width: 100%;}
.id-footer-logo-tit{float: left;}
.id-footer-logo-tit h1{margin: 0; font-size: 24px;color: #333;display: block;line-height: 36px;height: 36px;overflow: hidden;font-weight: bold;text-align: left;}
.id-footer-logo-tit h2{margin: 0;font-size: 14px;color: #333;line-height: 20px;height: 20px;overflow: hidden;text-align: center;}

/******index-footer-contact*******/
.id-footer-beian{float: left;width: calc(100% - 500px);padding-left: 40px;}
.id-footer-beian li{font-size: 14px;color: #666;line-height: 30px;}
.id-footer-beian li span,.id-footer-beian li a{font-size: 14px;color: #666;line-height: 30px;margin-right:7px;}
/******index-footer-erweima*******/
.id-footer-erweima{float: right;width:100px;}
.id-footer-erweima img{width: 100%;}
.id-footer-erweima div{font-size: 14px;line-height: 30px;color: #666;text-align: center;}

.page-in-footer .id-footer-beian{padding-top: 24px;}

.id-footer-nav a:hover{text-decoration: underline;}

@media(max-width:1259px){
	.page-in-footer .id-footer-beian{padding-top: 10px;}
	.id-footer-beian{width: calc(100% - 400px);padding-left: 20px;}
}

@media(max-width:991px){
	.id-footer-erweima,.id-footer-nav,.id-footer-logo{display: none;}
	.index-footer{margin-top: 0px;}
	.id-footer-container{padding: 10px 15px;}
	.id-footer-beian{width: 100%;padding-left: 0px;}
	.id-footer-beian li:nth-child(1),.id-footer-beian li:nth-child(2),.id-footer-beian li:nth-child(3){display: none;}
	.id-footer-beian li{text-align: center;}	
}

/*******************************友情链接*******************************/
.index-fl{padding: 10px 0;background-color: #666;}
.id-fl{float: left;padding-right: 10px;width: calc(100% - 120px);}
.id-fl a{color: #666;font-size: 12px;display: inline-block;margin-right: 5px;line-height: 20px;}
.id-fl-js{float: right;color: #fff;line-height: 20px;}
.id-fl-js a,.id-fl-js span{color: #fff;font-size: 12px;line-height: 20px;}
.id-fl a:hover{text-decoration: underline;}

@media(max-width:529px){
	.id-fl-js{display: none;}
	.id-fl{width: 100%;}
}


/*******************************内页边距*******************************/
.page-in{padding: 60px 0;margin-bottom: 30px;}

@media(max-width:1259px){
	.page-in{padding: 50px 0;}
}

@media(max-width:991px){
	.page-in{padding: 40px 0;margin-bottom: 0px;}
}
@media(max-width:767px){
	.page-in{padding: 30px 0;}
}

.page-in-padding{padding: 0 80px;}

@media(max-width:1300px){
	.page-in-padding{padding: 0 60px;}
}

@media(max-width:960px){
	.page-in-padding{padding: 0 40px;}
}

@media(max-width:760px){
	.page-in-padding{padding: 0 20px;}
}

/***************面包屑导航******************/
.page-in-nav{background-color: #f1f1f1;}
.page-in-nav-right{width: 100%;line-height: 24px;height: 44px;padding:10px 0;overflow: hidden;color: #666;}
.page-in-nav-right span{color:#666;margin-left:5px;line-height:24px;}
.page-in-nav-right a{color:#666;margin-left:5px;line-height:24px;}

.page-in-nav-right a:hover{text-decoration: underline;}



/**************文字导航***************/

.page-nav2-a{padding-bottom:20px;border-bottom: 1px dashed #999;overflow: hidden;margin-bottom: 40px;text-align: center;}
.page-nav2-a a{margin: 0 2px; font-size: 16px;line-height: 40px;padding:0 15px;border: 1px solid #ccc;border-radius: 6px;background-color: #f6f6f6;display:inline-block;text-align: center;color: #333;margin-bottom: 5px;}
.page-nav2-a .page-nav2-a-on{background-color: #106bc8;color: #fff;border-color: #106bc8;}

.page-nav2-a a:hover{background-color: #106bc8;color: #fff;border-color: #106bc8;}


@media(max-width:991px){
	.page-nav2-a{margin-bottom: 20px;}
}
@media(max-width:500px){
	.page-nav2-a a{font-size: 14px;}
}

/********************************下载列表*********************************/
.page-download-all{overflow: hidden;}
.page-download{margin-bottom: 20px;}
.page-download>h5{font-size: 18px;line-height: 30px;color: #333;margin-bottom: 5px;font-weight: bold;}
.page-down-box{display: block;overflow: hidden;border-bottom: 1px dashed #e4e4e4;margin-bottom: 6px;}
.page-down-box h1{font-size: 16px;line-height: 30px;height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #333;width: calc(100% - 100px);float: left;}
.page-down-box span{font-size: 14px;line-height: 30px;height: 30px;overflow: hidden;color: #666;width: 100px;display: block;float: left;text-align: center;background-color: #f1f1f1;}
.page-down-box:hover span{background-color: #106bc8;color: #fff;}
/********************************新闻列表*********************************/
.article-list-all{overflow: hidden;}
.article-list1{margin-bottom: 20px;}
.article-list1>h5{font-size: 18px;line-height: 30px;color: #333;margin-bottom: 5px;font-weight: bold;}
.nl-news-box{display: block;overflow: hidden;border-bottom: 1px dashed #e4e4e4;}
.nl-news-box h1{font-size: 16px;line-height: 30px;height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #333;width: calc(100% - 100px);float: left;}
.nl-news-box span{font-size: 14px;line-height: 30px;height: 30px;overflow: hidden;color: #666;width: 100px;display: block;float: left;text-align: right;}
.nl-news-box:hover h1,.nl-news-box:hover span{color: #106bc8;}

/*******************************新闻内页*******************************/

.news-details-all{margin-bottom: 30px;}
.page-news-details-tit{text-align: center;margin: 0;font-size: 20px;line-height: 30px; color: #333;margin-bottom: 10px;font-weight: bold;}
.page-nd-a a{ font-size: 13px;color:#9f9f9f;margin: 0 5px;display:inline-block; }

.page-nd-content{font-size: 14px;margin-top: 20px;text-align: justify;}
.page-nd-content p{font-size: 14px;line-height: 28px;}

@media(max-width:991px){
	.news-details-all{margin-bottom: 0px;}
}
@media(max-width:767px){
	.page-news-details-tit{font-size: 18px;line-height: 28px;}
}

/**************文字导航***************/
.page-in-all{}
.page-nav2{float: left;width: 240px;}
.page-pro-bg{background-color: #106bc8;margin-bottom: 5px;border-radius: 4px;}
.page-pro-bg span{font-size: 24px;font-weight: bold; padding: 15px 0;color: #fff;text-align: center;display: block;}
.page-nav2-first{margin-bottom: 10px;border: 1px solid #f1f1f1;border-radius: 4px;}
.page-nav2-first>a{font-size: 14px;color: #333;line-height: 34px;height: 34px;padding: 0 20px;overflow: hidden;background: url(../upload/images/page-in-arrow.png)95% center no-repeat #f1f1f1;display: block;}
.page-nav2-first ul{display: none;}
.page-nav2-first ul.active{display: block;}
/**************文字导航-ser***************/
.page-nav2-first>ul>li {border-radius: 4px;border-bottom: 1px dashed #ccc;overflow: hidden;}
.page-nav2-first>ul>li:last-child{border-bottom: none;}
.page-nav2-first>ul>li span {font-size: 14px;line-height: 34px;height: 34px;display: block;float: left;width: 40px;text-align: right;}
.page-nav2-first>ul>li a {font-size: 14px;line-height: 34px;height: 34px;padding: 0 10px;display: block; color: #666;float: left;width: calc(100% - 40px);}
.page-nav2-first>ul>li:hover{color: #106bc8;border-color: #106bc8;}
.page-nav2>li>a:hover {color: #fff;background: url(../upload/images/page-in-arrow1.png)95% center no-repeat #106bc8;border-radius: 2px;overflow: hidden;}

@media(max-width:991px){
	.page-nav2{float:none;width: 100%;margin-right: 0%;text-align: center;margin-bottom: 20px;}
	.page-nav2-first{margin: 0;border: none;padding: 0;display: inline-block;}
	.page-pro-ser,.page-pro-bg{display: none;}
	.page-nav2-first>a{font-size: 16px;line-height: 36px;padding: 0 15px;background:#f1f1f1;}
	.page-nav2>li>a:hover{background: #106bc8;}
}

@media(max-width:600px){
	.page-nav2-first>a{font-size: 14px;margin-bottom: 5px;padding: 0 14px;}
}

/******************************************************产品-列表**************************************/ 
.product-list-all{float: right;width: calc(100% - 280px);}
.product-list a:nth-child(3n){margin-right: 0;}
.pro-list-box{margin-bottom: 20px; float: left;width: 32%;margin-right: 2%;border: 1px solid #e4e4e4;border-radius: 6px; transition: 0.6s;}
.pro-list-box img{width: 100%;}
.pro-list-box h1{margin: 0;font-size: 16px;line-height: 40px;height: 40px; color: #333;font-weight: bold;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;text-align: center;padding: 0 10px;background-color: #f3f3f3;}
.pro-list-box span{font-variant-position: 14px;line-height: 26px;height: 52px;margin:10px 0;overflow: hidden;color: #999;display: block;}

.pro-list-box:hover{transform: translate(0px,-10px)}

@media(max-width:991px){
	.product-list-all{float: none;width: 100%;}
}

@media(max-width:600px){
	.pro-list-box{width: 49%}
	.product-list a:nth-child(3n){margin-right: 2%;}
	.product-list a:nth-child(2n){margin-right: 0;}
}
@media(max-width:500px){
	.pro-list-box h1{margin: 0;font-size: 16px;}
}

/******************************************************产品-详情页**************************************/ 
.pro-details-all {margin-bottom: 30px;}
.pro-details{width: 100%;margin-bottom: 20px;}
/******************pro-top*******************/ 
.pro-details>h1{font-size: 24px;font-weight: bold;text-align: center;color: #666;margin-bottom: 20px;}
.page-pro-img{text-align: center;margin-bottom: 20px;}
.page-pro-img img{max-width: 600px;margin: 0 auto;}

/******************pro-details******************/ 
.page-pro-detils{padding: 20px;}
.page-proin-nav{border-bottom: 1px solid #e4e4e4;margin-bottom: 20px;}
.page-proin-nav span{font-size: 18px;color: #666;line-height: 40px;margin-right: 30px;font-weight: bold;cursor: pointer;}
.page-proin-nav span:hover{color: #106bc8;}
.page-pd-box p{font-size: 14px;color: #666;line-height: 26px;display: block;margin-bottom: 0;}

/******************button-切换*****************/ 
.page-proin-nav .page-p-on{color: #106bc8;}
.page-pd-box{display: none;}
.page-pd-boxon{display: block;}


@media(max-width:600px){
	.page-pro-img img{width: 100%;}
	.page-pro-detils{padding: 20px 0;}
	
}
@media(max-width:560px){
	.page-pro-detils{padding:0;}
	/******************pro-details******************/ 
	.page-proin-nav span{font-size: 18px;line-height: 40px;margin-right: 20px;}
	
}


/*************************************************关于我们****************************************************/
/********about1-title************/
.pg-about-title{margin-bottom: 30px;}
.pg-about-title h5{color: #333;font-size: 22px;margin-bottom: 10px; font-weight: 600;text-align: center;}
.pg-about-title span{color: #666;font-size: 18px;font-weight: 400;text-align: center;display: block;}

@media(max-width:560px){
	.pg-about-title{margin-bottom: 20px;}
	.pg-about-title h5{font-size: 20px;margin-bottom: 6px;}
	.pg-about-title span{font-size: 17px;}
	
}

/*****************联系我们************************/
.page-contact{max-width: 1600px;margin: 0 auto;}
.page-contact-box1{overflow: hidden;margin-bottom: 20px;}
.page-contact-box1 li:first-child{width: 100%;line-height: 40px; font-size: 18px;color: rgb(0, 112, 192);font-weight: bold;}
.page-contact-box1 li:last-child{width: 100%;}
.page-contact-box1 li{font-size: 16px;color: #666;line-height: 36px;float: left;width: 50%;}

@media(max-width:1660px){
	.page-contact{max-width: 100%;}
}
@media(max-width:1180px){
	.page-contact-box1 li{width: 50%;}
}
@media(max-width:660px){
	.page-contact-box1 li{width: 100%;}
}

#map{width: 100%;height: 460px;}
.cu-map{overflow-x: scroll;max-width: 1600px;margin: 0 auto;}

@media(max-width:1259px){
	#map{height: 440px;}	
}

@media(max-width:991px){
	#map{height: 340px;width: 700px;}
}

/*****************中国大陆销售网点**************************/
.pro-detail-box-table-1 {overflow-x: scroll;padding-bottom: 20px;border: 1px solid #e4e4e4;}
.pro-detail-box-table-1 table{width: 100%;}
table {border: 1px solid #e4e4e4;border-spacing: 0;}
table tr {border: 1px solid #e4e4e4;}
table tr td {font-size: 15px; padding:10px;line-height: 30px;color: #666;text-align: center;}
table tr:nth-child(1){background-color: #e4e4e4;}	
table tr:nth-child(1) td{font-size: 17px; color: #333;font-weight: bold;}
table tr:nth-child(2n-1) {background-color: #e4e4e4;}

@media(max-width:980px){
	.pro-detail-box-table-1 table{width: 1200px;}
}

/***********产品-推荐TITLT*********/ 
.page-recomend-title{ overflow: hidden;margin-bottom: 20px;}
.page-recomend-title div{font-size: 16px;color: #333;float:left;font-weight: bold;}
.page-recomend-title a{float: right;color: #ef7b00;font-size: 16px;padding: 2px 6px;}

/***********产品-推荐新闻*********/ 
.page-in-reconmend{overflow: hidden;margin-bottom: 30px;border-top: 1px solid #dedede;border-bottom: 1px solid #dedede;background-color: #f1f1f1;padding:20px;}
.page-recom-news{overflow: hidden;}
.page-recom-news-box{float: left; width: 48%;display: block;overflow: hidden;line-height: 18px;height: 18px;margin-bottom: 15px;margin-right: 2%;}
.page-re-news-tit{font-size: 14px;padding-left: 5px; line-height: 18px;height: 18px;color: #333; overflow: hidden;float: left;width:calc(100% - 100px);}
.page-re-news-time{font-size: 14px;line-height: 18px;height: 18px;padding-right: 5px;  border-right: 1px solid #999;float: left;color: #999;}
/***********产品-推荐产品*********/ 
.page-recom-pro{overflow: hidden;}
.page-recom-pro-box{display: block;float: left;width: 18.4%;margin-right: 2%;}
.page-recom-pro a:last-child{margin-right: 0;}
.page-recom-pro-box img{width: 100%;}
.page-re-pro-tit{font-size: 14px;color:#666 ;text-align: center;margin-bottom: 10px;line-height: 40px;height: 40px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
/***********新闻hover*********/ 
.page-recom-news-box:hover .page-re-news-tit{color:#106bc8;}
.page-recom-news-box:hover .page-re-news-time{color:#106bc8}
.page-recom-pro-box:hover .page-re-pro-tit{color:#106bc8;}

@media(max-width:991px){
	.page-in-reconmend{display: none;}
}


/*******************************page-in-button*******************************/
.page-in-button{text-align: center;font-size: 0;margin-top: 30px;}
.page-in-button a{font-size:13px;padding: 0 10px; margin: 0 4px;margin-bottom: 5px;line-height: 30px;display: inline-block;color: #333;background-color:#EFEFEF;border:1px solid #f1f1f1;}
.page-in-button .page-in-button-on{color: #106bc8;background-color: transparent;}
.page-in-button a:hover{opacity: 0.8;}

/********************buttom按钮************************/
.page-buttom2{float: right;margin-top: 20px;}
.page-buttom2 .last,.page-buttom2 .next,.page-buttom2 .return{font-size: 14px; width:180px;;margin-bottom: 8px;padding: 5px 10px;line-height: 30px;height: 40px;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;text-align:left;display:block;border: 1px solid #e4e4e4;border-radius: 4px; color: #666;}
.page-buttom2 .last a,.page-buttom2 .next a{color: #666;}
.page-buttom2 .return{color: #fff;background-image: url(../upload/images/back.png);background-repeat: no-repeat;background-position: 20px 50%;background-color:#106bc8;padding-left: 60px;box-shadow: 0 0 5px 3px #e4e4e4;}

.page-buttom2 .next:hover{background-color:#106bc8;  color: #fff;box-shadow: 0 0 5px 3px #e4e4e4;}
.page-buttom2 .last:hover{background-color:#106bc8;  color: #fff;box-shadow: 0 0 5px 3px #e4e4e4;}
.page-buttom2 .next:hover a,.page-buttom2 .last:hover a{color: #fff}








